Skip to content

Fix missing trailling commas #9238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed

Fix missing trailling commas #9238

wants to merge 5 commits into from

Conversation

DylanDelobel
Copy link
Contributor

Here is it @javiereguiluz

Fix missing trailling commas for 2.7 #8325

Copy link
Member

@javiereguiluz javiereguiluz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DylanDelobel thanks a lot for taking care of this! It looks great and there's only one minor issue. Cheers.

@@ -68,7 +68,7 @@ on its type:

{# 1. Simple variables #}
{# $this->render('template.html.twig', array(
'name' => 'Fabien')
'name' => 'Fabien'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks wrong ... maybe keep the new comma here ... but move the closing parenthesis to the next line:

{# $this->render('template.html.twig', array(
    'name' => 'Fabien',
)) #}

@javiereguiluz
Copy link
Member

@DylanDelobel thanks! It's merged now. If you want to keep fixing this in the other branches (2.8, 3.4, 4.0 and master ... 3.3 is no longer maintained) please wait until we merge these changes up to the rest of branches. Thanks!

javiereguiluz added a commit that referenced this pull request Feb 10, 2018
This PR was squashed before being merged into the 2.7 branch (closes #9238).

Discussion
----------

Fix missing trailling commas

Here is it @javiereguiluz

Fix missing trailling commas for 2.7 #8325

Commits
-------

de95293 Fix missing trailling commas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants